World COVID-19 Confirmed Cases Summarized by Country and Region

We can also zoom in on a particular country / region. Here, we will choose the United States.

Based on an example by Anisa Dhana, we can create the following map.

An example of mapping data to shapes.

An example using R color palettes.

Color blind friendly colors.

Looking just at MA

We can use plotly to make interactive figures.

Excersises

#1. For the above graph “World COVID-19 Confirmed case” summarize the counts for each Country on the graph and update the graph to 9/26/2020. You may need to adjust the size of the points.

#2. Update Anisa Dhana’s graph layout of the US to 9/26/2020. You may need to adjust the size of the points.

#3. Update the above graph “Number of Confirmed Cases by US County” to 9/26/2020 and use a different color scheme or theme

#4. Make an interactive plot using a state of your chosing using a theme different from used in the above exammples.